home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol F-12 / (Vol F-12) Jun 02 2012.iso / Essentials / DirectX9 / ManagedDX.CAB / mdxredist.msi / DX9.2_DEV_Microsoft.DirectX.Diagnostics.xml < prev    next >
Text File  |  2004-07-15  |  10KB  |  141 lines

  1. <doc>
  2.   <assembly>
  3.     <name>Microsoft.DirectX.Diagnostics</name>
  4.   </assembly>
  5.   <members>
  6.     <member name="T:Microsoft.DirectX.Diagnostics.Container">
  7.       <summary>A diagnostics container. Contains properties and other containers.</summary>
  8.     </member>
  9.     <member name="M:Microsoft.DirectX.Diagnostics.Container.#ctor(System.Boolean)">
  10.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Diagnostics.Container" /> class.</summary>
  11.       <param name="allowWhqlChecks">Set to true if Windows Hardware Quality Labs (WHQL) checks are allowed; otherwise, false.</param>
  12.     </member>
  13.     <member name="M:Microsoft.DirectX.Diagnostics.Container.Dispose">
  14.       <summary>Immediately releases the unmanaged resources used by an object.</summary>
  15.       <returns />
  16.     </member>
  17.     <member name="M:Microsoft.DirectX.Diagnostics.Container.Finalize">
  18.       <summary>Called during garbage collection. If implemented, allows an object to free resources before it is destroyed by the garbage collector.</summary>
  19.       <returns />
  20.     </member>
  21.     <member name="M:Microsoft.DirectX.Diagnostics.Container.GetContainer(System.String)">
  22.       <summary>Container with the specified name.</summary>
  23.       <param name="name">String that represents the name of the container to retrieve.</param>
  24.       <returns>Requested <see cref="T:Microsoft.DirectX.Diagnostics.ContainerData" /> object.</returns>
  25.     </member>
  26.     <member name="M:Microsoft.DirectX.Diagnostics.Container.GetContainer(System.Int32)">
  27.       <summary>Container with the specified index.</summary>
  28.       <param name="index">Integer that represents the index of the container to retrieve.</param>
  29.       <returns>Requested <see cref="T:Microsoft.DirectX.Diagnostics.ContainerData" /> object.</returns>
  30.     </member>
  31.     <member name="M:Microsoft.DirectX.Diagnostics.Container.GetProperty(System.String)">
  32.       <summary>Property with the specified name.</summary>
  33.       <param name="name">String that represents the name of the property to retrieve.</param>
  34.       <returns>Requested <see cref="T:Microsoft.DirectX.Diagnostics.PropertyData" /> object.</returns>
  35.     </member>
  36.     <member name="M:Microsoft.DirectX.Diagnostics.Container.GetProperty(System.Int32)">
  37.       <summary>Property with the specified index.</summary>
  38.       <param name="index">Integer that represents the index of the property to retrieve.</param>
  39.       <returns>Requested <see cref="T:Microsoft.DirectX.Diagnostics.PropertyData" /> object.</returns>
  40.     </member>
  41.     <member name="P:Microsoft.DirectX.Diagnostics.Container.Containers">
  42.       <summary>Retrieves a <see cref="T:Microsoft.DirectX.Diagnostics.ContainerList" /> object that holds the containers for the current container object.</summary>
  43.     </member>
  44.     <member name="P:Microsoft.DirectX.Diagnostics.Container.NumberContainers">
  45.       <summary>Retrieves the number of containers stored in the <see cref="T:Microsoft.DirectX.Diagnostics.ContainerList" />.</summary>
  46.     </member>
  47.     <member name="P:Microsoft.DirectX.Diagnostics.Container.NumberProperties">
  48.       <summary>Retrieves the number of properties stored in the <see cref="T:Microsoft.DirectX.Diagnostics.PropertyList" />.</summary>
  49.     </member>
  50.     <member name="P:Microsoft.DirectX.Diagnostics.Container.Properties">
  51.       <summary>Retrieves a <see cref="T:Microsoft.DirectX.Diagnostics.PropertyList" /> object that holds the properties for the current container object.</summary>
  52.     </member>
  53.     <member name="T:Microsoft.DirectX.Diagnostics.ContainerList">
  54.       <summary>Maintains a list of containers.</summary>
  55.     </member>
  56.     <member name="M:Microsoft.DirectX.Diagnostics.ContainerList.GetEnumerator">
  57.       <summary>Returns an enumerator that can iterate through the <see cref="T:Microsoft.DirectX.Diagnostics.ContainerList" />.</summary>
  58.       <returns>Enumerator that can iterate through the <see cref="T:Microsoft.DirectX.Diagnostics.ContainerList" />.</returns>
  59.     </member>
  60.     <member name="M:Microsoft.DirectX.Diagnostics.ContainerList.MoveNext">
  61.       <summary>Advances the enumerator to the next item in the list.</summary>
  62.       <returns>Value that is true if the move to the next item was successful, or false if it was not.</returns>
  63.     </member>
  64.     <member name="M:Microsoft.DirectX.Diagnostics.ContainerList.Reset">
  65.       <summary>Resets the current enumerator to point to the beginning of the list.</summary>
  66.       <returns />
  67.     </member>
  68.     <member name="P:Microsoft.DirectX.Diagnostics.ContainerList.Count">
  69.       <summary>Retrieves the number of <see cref="T:System.Object" /> in the <see cref="T:Microsoft.DirectX.Diagnostics.ContainerList" />.</summary>
  70.     </member>
  71.     <member name="P:Microsoft.DirectX.Diagnostics.ContainerList.Current">
  72.       <summary>Retrieves the current <see cref="T:System.Object" /> in the list.</summary>
  73.     </member>
  74.     <member name="T:Microsoft.DirectX.Diagnostics.PropertyList">
  75.       <summary>Maintains a list of properties.</summary>
  76.     </member>
  77.     <member name="M:Microsoft.DirectX.Diagnostics.PropertyList.GetEnumerator">
  78.       <summary>Returns an enumerator that can iterate through the <see cref="T:Microsoft.DirectX.Diagnostics.PropertyList" />.</summary>
  79.       <returns>Enumerator that can iterate through the <see cref="T:Microsoft.DirectX.Diagnostics.PropertyList" />.</returns>
  80.     </member>
  81.     <member name="M:Microsoft.DirectX.Diagnostics.PropertyList.MoveNext">
  82.       <summary>Advances the enumerator to the next item in the list.</summary>
  83.       <returns>Value that is true if the move to the next item was successful, or false if it was not.</returns>
  84.     </member>
  85.     <member name="M:Microsoft.DirectX.Diagnostics.PropertyList.Reset">
  86.       <summary>Resets the current enumerator to point to the beginning of the list.</summary>
  87.       <returns />
  88.     </member>
  89.     <member name="P:Microsoft.DirectX.Diagnostics.PropertyList.Count">
  90.       <summary>Retrieves the number of <see cref="T:System.Object" /> in the <see cref="T:Microsoft.DirectX.Diagnostics.PropertyList" />.</summary>
  91.     </member>
  92.     <member name="P:Microsoft.DirectX.Diagnostics.PropertyList.Current">
  93.       <summary>Retrieves the current <see cref="T:System.Object" /> in the list.</summary>
  94.     </member>
  95.     <member name="T:Microsoft.DirectX.Diagnostics.ContainerData">
  96.       <summary>Holds the <see cref="T:Microsoft.DirectX.Diagnostics.Container" /> and its name.</summary>
  97.     </member>
  98.     <member name="M:Microsoft.DirectX.Diagnostics.ContainerData.#ctor">
  99.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Diagnostics.ContainerData" /> class.</summary>
  100.     </member>
  101.     <member name="P:Microsoft.DirectX.Diagnostics.ContainerData.Container">
  102.       <summary>Retrieves the <see cref="T:Microsoft.DirectX.Diagnostics.Container" /> associated with the current object.</summary>
  103.     </member>
  104.     <member name="P:Microsoft.DirectX.Diagnostics.ContainerData.Name">
  105.       <summary>Retrieves the name of the <see cref="T:Microsoft.DirectX.Diagnostics.Container" /> associated with the current object.</summary>
  106.     </member>
  107.     <member name="T:Microsoft.DirectX.Diagnostics.PropertyData">
  108.       <summary>Contains the property name and value.</summary>
  109.     </member>
  110.     <member name="M:Microsoft.DirectX.Diagnostics.PropertyData.#ctor">
  111.       <summary>Initializes a new instance of the <see cref="T:Microsoft.DirectX.Diagnostics.PropertyData" /> class.</summary>
  112.     </member>
  113.     <member name="P:Microsoft.DirectX.Diagnostics.PropertyData.Data">
  114.       <summary>Retrieves the property's value in the form of an <see cref="T:System.Object" />.</summary>
  115.     </member>
  116.     <member name="P:Microsoft.DirectX.Diagnostics.PropertyData.Name">
  117.       <summary>Retrieves the name of the <see cref="P:Microsoft.DirectX.Diagnostics.PropertyData.Data" /> associated with the current object.</summary>
  118.     </member>
  119.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDxDiagContainer">
  120.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  121.     </member>
  122.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IDxDiagProvider">
  123.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  124.     </member>
  125.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.IUnknown">
  126.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  127.     </member>
  128.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.tagPROPVARIANT">
  129.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  130.     </member>
  131.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails.tagVARIANT">
  132.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  133.     </member>
  134.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._DXDIAG_INIT_PARAMS">
  135.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  136.     </member>
  137.     <member name="T:Microsoft.DirectX.PrivateImplementationDetails._GUID">
  138.       <summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft┬« DirectX┬«application programming interface (API). This is not intended to be used directly from your code.</summary>
  139.     </member>
  140.   </members>
  141. </doc>